type runtime.specialWeakHandle

6 uses

	runtime (current package)
		mgcmark.go#L402: 					spw := (*specialWeakHandle)(unsafe.Pointer(sp))
		mheap.go#L749: 	h.specialWeakHandleAlloc.init(unsafe.Sizeof(specialWeakHandle{}), nil, nil, &memstats.gcMiscSys)
		mheap.go#L2034: type specialWeakHandle struct {
		mheap.go#L2152: 	s := (*specialWeakHandle)(mheap_.specialWeakHandleAlloc.alloc())
		mheap.go#L2229: 		handle = ((*specialWeakHandle)(unsafe.Pointer(*iter))).handle
		mheap.go#L2312: 		sw := (*specialWeakHandle)(unsafe.Pointer(s))